home *** CD-ROM | disk | FTP | other *** search
- 66
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- MsgBoxButtons
- --- RECORDSEPARATOR ---
- Pl
- --- RECORDSEPARATOR ---
- atform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Macintosh
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baMsgBoxButtons changes the text that will be displayed by baMsgBox
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baMsgBox( OK, Cancel, Yes, No, Retry, Ignore, Abort )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String, string, string, string, string, string, string.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Void.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Exampl
- --- RECORDSEPARATOR ---
- es:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- baMsgBoxButtons("","", "Ya", "Nein" , "", "" , "" )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- baMsgBoxButtons("","", "Ya", "Nein" , "", "" , "" )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- This function allows you to localise/customise the text on the buttons of
- --- RECORDSEPARATOR ---
- the
- --- RECORDSEPARATOR ---
- baMsgBox function. Call this function before you call baMsgBox.
- --- RECORDSEPARATOR ---
- If you want to retain the defualt text, then pass in an empty string.
- --- RECORDSEPARATOR ---
- If you change the text of a button, baMsgBox will still return the default text of the
- --- RECORDSEPARATOR ---
- button clicked.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- See also:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baMsgBox